projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291dffe
)
x86_emulate: Fix CLTS emulation.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 23 Jan 2008 13:59:24 +0000
(13:59 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 23 Jan 2008 13:59:24 +0000
(13:59 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/x86_emulate.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/x86_emulate.c
b/xen/arch/x86/x86_emulate.c
index 4c6f2e5125a424d2e6c2d0778115731681bef0fc..cb8d40a70eef0098d0bbb269a40e85eab761d2bc 100644
(file)
--- a/
xen/arch/x86/x86_emulate.c
+++ b/
xen/arch/x86/x86_emulate.c
@@
-177,7
+177,7
@@
static uint8_t opcode_table[256] = {
static uint8_t twobyte_table[256] = {
/* 0x00 - 0x07 */
- 0, ImplicitOps|ModRM, 0, 0, 0,
ImplicitOps, 0
, 0,
+ 0, ImplicitOps|ModRM, 0, 0, 0,
0, ImplicitOps
, 0,
/* 0x08 - 0x0F */
ImplicitOps, ImplicitOps, 0, 0, 0, ImplicitOps|ModRM, 0, 0,
/* 0x10 - 0x17 */